Amadis

IArkosTransmitProvider

Required Services

Name

Parameters

Return

Expected behavior

Name

Parameters

Return

Expected behavior

transmit

byte[] data
String hostIdentification

byte[]

  1. Connects to a named host (hostIdentification)

  2. Send the provided binary data according to the host’s defined protocol (data)

  3. Retrieves the response from the host according to the host’s defined protocol

  4. On any error, aborts and returns null

Optional Services

None