ErrorEventArgs Constructor |
Constructor.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic ErrorEventArgs(
SerialErrors errorMask
)
Public Sub New (
errorMask As SerialErrors
)
public:
ErrorEventArgs(
SerialErrors errorMask
)
new :
errorMask : SerialErrors -> ErrorEventArgspublic ErrorEventArgs(
SerialErrors errorMask
)
public function ErrorEventArgs(
errorMask : SerialErrors
)
ZylSoft.Serial.ErrorEventArgs = function(errorMask);
CONSTRUCTOR(
errorMask AS SerialErrors
)
No code example is currently available or this language may not be supported.
Parameters
- errorMask SerialErrors
-
Error mask value.
See Also