Ethernet |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class EthernetConnectionProperties : INotifyPropertyChanged
The EthernetConnectionProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| EthernetConnectionProperties | Initializes a new instance of the EthernetConnectionProperties class |
| Name | Description | |
|---|---|---|
| BatchPacketCount | Maximum number of packets to wait for. | |
| BatchWaitTime | Maximum time (ms) to wait for packets to be received. (0 means wait forever.) | |
| ReceiveTimeout | Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.) |
| Name | Description | |
|---|---|---|
| NotifyPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. | |
| NotifyPropertyChanged(String) | Raises the PropertyChanged event. | |
| ToString |
Returns the name of the ethernet protocol.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. |