This function is part of the Sessions Interface.
Remarks
Set the host address associated with this session Setting this is optional, if the value is not set the SDK will fill the value in from the service. It is useful to set if other addressing mechanisms are desired or if LAN addresses are preferred during development
No validation of this value occurs to allow for flexibility in addressing methods
Return Value
-
EOS_Success if setting this parameter was successful
-
EOS_InvalidParameters if the host ID is an empty string
-
EOS_IncompatibleVersion if the API version passed in is incorrect
Parameters
EOS_SessionModification_SetHostAddress
Parameter Type And Name | Usage Information |
---|---|
EOS_HSessionModification Handle | |
const EOS_SessionModification_SetHostAddressOptions* Options | Options associated with the host address of the session |