MarkOnTheFlyProfileGetDecoderByID Method |
Returns the decoder profile using the specified ID.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic MotfDecoderProfile GetDecoderByID(
int decoderID
)
Parameters
- decoderID Int32
- ID of the decoder profile.
Return Value
MotfDecoderProfileDecoder profile using the specified ID.
See Also