sendCommand (method)

Will format and send a PDU using the specified command identifier and payload.

Syntax

- (NSData*)sendCommand:(int)commandId :(NSData*)payload;
public func sendCommand(_ commandId: Int32, _ payload: Data) throws -> Data

Remarks

This method offers a way to do more with the class than is directly supported. This method takes a command identifier and a payload, which includes every required and optional field after the header, and will create the 16-byte header for it before sending it to the server. The response PDU is returned both in the PITrail and by this method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]