SerialCommResults

EMDK For Xamarin 2.6

Serial Communication error codes and its details.

Type - Java.Lang.Enum

Methods

ValueOf

public static Symbol.XamarinEMDK.SerialComm.SerialCommResults ValueOf (string p0);

Parameters:

System.String p0 -

Returns - Symbol.XamarinEMDK.SerialComm.SerialCommResults

Values

public static Symbol.XamarinEMDK.SerialComm.SerialCommResults[] Values ();

Parameters:

Returns - Symbol.XamarinEMDK.SerialComm.SerialCommResults[]

Properties

AlreadyEnabled

The communication channel is already enabled.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

CommPortInUse

The serial communication port is already used by other instance.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

DataSizeTooLarge

The number of bytes to write can't exceed maximum limit(4096 Bytes).

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

Description

Returns the description for the error.

Type - System.String

DeviceNotConnected

The remote device is not connected or attached to the mobile device.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

DeviceNotReady

Serial port is not ready to use.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

EmdkNotOpened

EMDK is not opened

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

Failure

Failure

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

FeatureNotSupported

The feature is not supported.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

InvalidObject

The object is not valid.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

InvalidValue

Invalid value.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

NotEnabled

The communication channel is not enabled.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

ReadOnlySignal

The requested signal settings is read only.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

SignalOutOfRange

The signal is out of range.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

Success

Success

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

Undefined

Error code not defined.

Type - Symbol.XamarinEMDK.SerialComm.SerialCommResults

Value

This method provides integer value assigned to the enum. It is recommended only to get error for the UNDEFINED enums at runtime if required.

Type - System.Int32