pub fn IDCS(s: IdentifyDeviceControlString) -> ControlFunction<'static>
Expand description
Identify Device Control String.
IDCS
is used to specify the purpose and format of the command string of subsequent DEVICE CONTROL STRINGS
(DCS
). The specified purpose and format remain in effect until the next occurrence of IDCS
in the data stream.
The format and interpretation of the command string corresponding to the parameter s
are to be defined in
appropriate standards. If this control function is used to identify a private command string, a private parameter
value shall be used IdentifyDeviceControlString::Private
.