Function FRD_RequestServiceLocator

Source
pub unsafe extern "C" fn FRD_RequestServiceLocator(
    serverId: u32_,
    keyhash: *mut c_char,
    svc: *mut c_char,
    majorSdkVersion: u8_,
    minorSdkVersion: u8_,
    completionEvent: Handle,
) -> Result
Expand description

Request service locator info for a given NEX server.

ยงArguments

  • keyhash - The keyhash value to use for the NASC request.
  • svc - The svc value to use for the NASC request.
  • majorSdkVersion - The major SDK version.
  • minorSdkVersion - The minor SDK version.
  • completionEvent - The event handle to signal once the operation has completed.
  • serverId -