C# Class Tango.AreaDescription.AreaDescriptionAPI

Afficher le fichier Open project: ashomk/beerpong

Méthodes publiques

Méthode Description
TangoAreaDescriptionMetadata_get ( IntPtr metadata, string key, UInt32 &value_size, IntPtr &value ) : int
TangoAreaDescriptionMetadata_set ( IntPtr metadata, string key, UInt32 value_size, System.Int64 &value ) : int
TangoAreaDescriptionMetadata_set ( IntPtr metadata, string key, UInt32 value_size, double value ) : int
TangoAreaDescriptionMetadata_set ( IntPtr metadata, string key, UInt32 value_size, string value ) : int
TangoService_deleteAreaDescription ( string uuid ) : int
TangoService_saveAreaDescriptionMetadata ( string uuid, IntPtr metadata ) : int

Private Methods

Méthode Description
TangoAreaDescriptionMetadata_free ( IntPtr metadata ) : int
TangoAreaDescriptionMetadata_get ( IntPtr metadata, [ key, UInt32 &value_size, IntPtr &value ) : int
TangoAreaDescriptionMetadata_set ( IntPtr metadata, [ key, UInt32 value_size, System.Int64 &value ) : int
TangoAreaDescriptionMetadata_set ( IntPtr metadata, [ key, UInt32 value_size, [ value ) : int
TangoAreaDescriptionMetadata_set ( IntPtr metadata, [ key, UInt32 value_size, double value ) : int
TangoService_deleteAreaDescription ( [ uuid ) : int
TangoService_getAreaDescriptionMetadata ( string uuid, IntPtr &metadata ) : int
TangoService_getAreaDescriptionUUIDList ( IntPtr &uuid_list ) : int
TangoService_saveAreaDescription ( byte rawUUID ) : int
TangoService_saveAreaDescriptionMetadata ( [ uuid, IntPtr metadata ) : int

Method Details

TangoAreaDescriptionMetadata_get() public static méthode

public static TangoAreaDescriptionMetadata_get ( IntPtr metadata, string key, UInt32 &value_size, IntPtr &value ) : int
metadata System.IntPtr
key string
value_size System.UInt32
value System.IntPtr
Résultat int

TangoAreaDescriptionMetadata_set() public static méthode

public static TangoAreaDescriptionMetadata_set ( IntPtr metadata, string key, UInt32 value_size, System.Int64 &value ) : int
metadata System.IntPtr
key string
value_size System.UInt32
value System.Int64
Résultat int

TangoAreaDescriptionMetadata_set() public static méthode

public static TangoAreaDescriptionMetadata_set ( IntPtr metadata, string key, UInt32 value_size, double value ) : int
metadata System.IntPtr
key string
value_size System.UInt32
value double
Résultat int

TangoAreaDescriptionMetadata_set() public static méthode

public static TangoAreaDescriptionMetadata_set ( IntPtr metadata, string key, UInt32 value_size, string value ) : int
metadata System.IntPtr
key string
value_size System.UInt32
value string
Résultat int

TangoService_deleteAreaDescription() public static méthode

public static TangoService_deleteAreaDescription ( string uuid ) : int
uuid string
Résultat int

TangoService_saveAreaDescriptionMetadata() public static méthode

public static TangoService_saveAreaDescriptionMetadata ( string uuid, IntPtr metadata ) : int
uuid string
metadata System.IntPtr
Résultat int