Gocator API
|
Represents an extended Discovery Information object.
Public Member Functions | |
kIpAddress | GoDiscoveryExtInfo_AccelSensorIpAddress (GoDiscoveryExtInfo msg) |
Gets the IP address of an accelerated sensor. More... | |
GoAddressInfo | GoDiscoveryExtInfo_Address (GoDiscoveryExtInfo msg) |
Gets the address information returned by the source device. More... | |
k32u | GoDiscoveryExtInfo_Id (GoDiscoveryExtInfo msg) |
Gets the source device ID. More... | |
GoDiscoveryOpMode | GoDiscoveryExtInfo_OpMode (GoDiscoveryExtInfo msg) |
Gets the operational mode returned by the source device's main controller/host. More... | |
kStatus | GoDiscoveryExtInfo_PartNumber (GoDiscoveryExtInfo msg, kChar *partNumber, kSize capacity) |
Gets the sensor part number. More... | |
GoPortInfo | GoDiscoveryExtInfo_Ports (GoDiscoveryExtInfo msg) |
Gets a set of ports used by the source device. More... | |
const GoDiscoveryProperty * | GoDiscoveryExtInfo_PropertyAt (GoDiscoveryExtInfo msg, kSize index) |
Retrieves the property associated with the given index or kNULL if invalid. More... | |
kSize | GoDiscoveryExtInfo_PropertyCount (GoDiscoveryExtInfo msg) |
Retrieves the number of properties present in the extended discovery information message. More... | |
k64u | GoDiscoveryExtInfo_UpTime (GoDiscoveryExtInfo msg) |
Retrieves the up time of the source device. More... | |
kVersion | GoDiscoveryExtInfo_Version (GoDiscoveryExtInfo msg) |
Retrieves the application version of the source device. More... | |