![]() |
RMP Motion Controller
10.3.9
The RMP Motion Controller APIs
|
An object containing the IP Address, the port, and the Id of a RapidServer instance. More...
Functions | |
const char *const | AddressGet () const |
Returns the IP Address of a RapidServer using the IPV4 format: "###.###.###.###". | |
void | AddressSet (const char *const) |
Sets the IP Address of this object using the IPV4 format: "###.###.###.###". | |
uint64_t | IdGet () const |
Returns the unique identifier of a RapidServer. | |
void | IdSet (const uint64_t) |
Set the unique identifier of this object. | |
const char *const | NameGet () const |
Returns the friendly name a RapidServer. | |
void | NameSet (const char *const) |
Set the name of this object. | |
int32_t | PortGet () const |
Returns the port number of a RapidServer. | |
void | PortSet (const int32_t) |
Sets the port number of this object. | |
Definition at line 55 of file RapidSequencerAPI.h.