CIPCommonServices Enum
NuGet: GHIElectronics.TinyCLR.EthernetIP.Scanner
Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner
Table A-3.1 Volume 1 Chapter A-3
public enum CIPCommonServices : byte
Fields
| Name | Value | Description |
|---|---|---|
Get_Attributes_All | 0x01 | Reads all attributes of the object in a single request (service 0x01). |
Set_Attributes_All_Request | 0x02 | Writes all attributes of the object in a single request (service 0x02). |
Get_Attribute_List | 0x03 | Reads a specified list of attributes (service 0x03). |
Set_Attribute_List | 0x04 | Writes a specified list of attributes (service 0x04). |
Reset | 0x05 | Resets the object to its power-up state (service 0x05). |
Start | 0x06 | Starts the object (service 0x06). |
Stop | 0x07 | Stops the object (service 0x07). |
Create | 0x08 | Creates a new instance of the object (service 0x08). |
Delete | 0x09 | Deletes an instance of the object (service 0x09). |
Multiple_Service_Packet | 0x0A | Sends multiple service requests in one packet (service 0x0A). |
Apply_Attributes | 0x0D | Applies previously set attribute values (service 0x0D). |
Get_Attribute_Single | 0x0E | Reads a single attribute (service 0x0E). |
Set_Attribute_Single | 0x10 | Writes a single attribute (service 0x10). |
Find_Next_Object_Instance | 0x11 | Finds the next existing object instance (service 0x11). |
Error_Response | 0x14 | Indicates an error response (service 0x14). |
Restore | 0x15 | Restores saved attribute values (service 0x15). |
Save | 0x16 | Saves current attribute values to non-volatile storage (service 0x16). |
NOP | 0x17 | No-operation service (service 0x17). |
Get_Member | 0x18 | Reads a member of a structured attribute (service 0x18). |
Set_Member | 0x19 | Writes a member of a structured attribute (service 0x19). |
Insert_Member | 0x1A | Inserts a member into a structured attribute (service 0x1A). |
Remove_Member | 0x1B | Removes a member from a structured attribute (service 0x1B). |
GroupSync | 0x1C | Synchronizes a group of devices (service 0x1C). |