The GXTerminal component determines methods that make the communication possible using terminal.
| All Members | Constructors | Methods | Properties | Events | |
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
GXTerminal()()() |
Initializes a new instance of the GXTerminal class
|
|
|
AboutBox()()() |
Displays the copyright of the control, user license, and version information, in a dialog box.
|
|
|
BitRate |
Retrieves or sets the bit rate.
|
|
|
BytesReceived |
Received byte count.
|
|
|
BytesSent |
Sent byte count.
|
|
|
CanRaiseEvents |
Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
|
ClientCount |
In server mode, returns the count of currently connected clients, 0 or 1.
|
|
|
Close()()() |
Closes the active connection.
|
|
|
Container |
Gets the IContainer that contains the Component. (Inherited from Component.) |
|
|
CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
|
DataBits |
Retrieves or sets the data bits value.
|
|
|
DataTerminalReady |
Retrieves or sets the DTR (Data-Terminal-Ready) value.
|
|
|
DesignMode |
Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
|
Dispose()()() |
Releases all resources used by the Component. (Inherited from Component.) |
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) |
|
|
Disposed |
Occurs when the component is disposed by a call to the Dispose()()() method. (Inherited from Component.) |
|
|
Equals(Object) |
Determines whether two objects are equal.
(Overrides Object.Equals(Object).) |
|
|
Events |
Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
|
Finalize()()() |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
|
|
FlowControl |
Determines the flow control value.
|
|
|
Functionality |
Returns supported functionality.Note!
: Available only after connection is established. |
|
|
GetAvailableLocaleIdentifiers()()() |
Use GetAvailableLocaleIdentifiers method to get supported languages.
To use the default language, set value to zero.
|
|
|
GetAvailablePorts()()() |
Returns a collection of available serial ports.
|
|
|
GetBatteryCharge(Int32%, Int32%) |
Returns battery charge level and average power consumption.
|
|
|
GetHashCode()()() |
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode()()().) |
|
|
GetInfo()()() |
Returns all available information from the modem.
|
|
|
GetLifetimeService()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
GetNetworkStatus()()() |
Retrieves the network status.
|
|
|
GetReplyData(VariantType) |
Retrieves reply data.
|
|
|
GetService(Type) |
(Inherited from Component.) |
|
|
GetSettings()()() |
Gets Media settings as a XML string.
|
|
|
GetSignalQuality(Int32%, Int32%) |
Returns received signal strength indication and channel bit error rate.
|
|
|
GetType()()() |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
InitializeCommands |
Initializing AT commands, separated with a semicolon. The commands are sent to the modem when connecting, to set the modem to work in a required way.
|
|
|
InitializeLifetimeService()()() |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
IsOpen |
Checks if the connection is open.
|
|
|
IsServer |
Determines whether the terminal is a server.
|
|
|
LocaleIdentifier |
The localization identifier, which determines the used language.
To use default language, set value to zero.
|
|
|
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OnAcceptClient |
Called when the client is establishing a connection with a terminal server.
|
|
|
OnClientConnected |
Called when the client is establishing a connection with a terminal server.
|
|
|
OnClientDisconnected |
Called when the client has been disconnected from the terminal server.
|
|
|
OnDiagnosticEventsOccurred |
Media component notifies diagnostic events. Required events must be determined
with UseCommunicationDiagnostics. By default, no events are notified.
|
|
|
OnError |
Errors that occur after the connection is established, are sent through this method.
|
|
|
OnMediaStateChange |
Media component sends notification, when its state changes.
|
|
|
OnReceived |
GXTerminal component sends received data through this method.
|
|
|
Open()()() |
Opens the specified port and the connection.
|
|
|
Parity |
Determines the parity of serial communication.
|
|
|
ParityCheck |
Determines if the parity check of serial communication is performed.
|
|
|
PhoneNumber |
Retrieves or sets the phone number.
|
|
|
PINCode |
Used PIN code.
|
|
|
PINCodeEnabled |
Determines if PIN Code is used.
|
|
|
Port |
Retrieves or sets the name of the serial port, which is used for communication.
|
|
|
Properties(IWin32Window) |
Shows the properties dialog.
|
|
|
ReplyDataSize |
The amount of bytes in the reply buffer, after the SendSync method.
|
|
|
RequestToSend |
Determines whether the RTS (Request-To-Send) is enabled or disabled.
|
|
|
ResetByteCounters()()() |
Resets BytesReceived and BytesSent counters.
|
|
|
Search(Int32, Boolean) |
Returns string list of COM ports, where modems, capable of sending or receiving SMS, are found.
|
|
|
Send(Object, VariantType) |
Sends data asynchronously.
No reply from the receiver, whether or not the operation was successful, is expected. |
|
|
SendATCommand(String, Int32, String) |
Sends an AT command, given as parameter, to the modem. Returns the result of the command, if available.
|
|
|
SendSync(Object, VariantType, Object, Int32, Int32, Boolean, VariantType, Object%) |
Sends data synchronously.
A reply from the receiver, whether the send operation was successful, or if the data needs to be resent, is expected. |
|
|
SendSyncComplete |
Determines if all sync reply data is received. Data is received to the synchronous buffer
until SendSyncComplete is set to True.
|
|
|
SetSettings(String) |
Sets Media settings as a XML string.
|
|
|
Site |
(Inherited from Component.) |
|
|
StopBits |
Determines the stop bits.
|
|
|
ToString()()() |
Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
|
|
WaitMoreReplyData(Object, Int32, Int32, Boolean, VariantType, Object%) |
Waits for reply data synchronously.
|
| Object | |||
|
|
MarshalByRefObject | ||
|
|
Component | ||
|
|
GXTerminal | ||
Assembly: Gurux.Terminal (Module: Gurux.Terminal) Version: 5.0.0.1