Click or drag to resize

AceInit Method

This method initializes the ACE library services and initializes ACE's internal resources. Applications should not instantiate ACE classes or call methods on objects of these classes until a ACE.Init() returns successfully.

Namespace:  OpenDDSharp
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static int Init()

Return Value

Type: Int32
Returns 0 on success, -1 on failure, and 1 if it had already been called.
See Also