Skip to main content

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

NameValueDescription
Get_Attributes_All0x01Reads all attributes of the object in a single request (service 0x01).
Set_Attributes_All_Request0x02Writes all attributes of the object in a single request (service 0x02).
Get_Attribute_List0x03Reads a specified list of attributes (service 0x03).
Set_Attribute_List0x04Writes a specified list of attributes (service 0x04).
Reset0x05Resets the object to its power-up state (service 0x05).
Start0x06Starts the object (service 0x06).
Stop0x07Stops the object (service 0x07).
Create0x08Creates a new instance of the object (service 0x08).
Delete0x09Deletes an instance of the object (service 0x09).
Multiple_Service_Packet0x0ASends multiple service requests in one packet (service 0x0A).
Apply_Attributes0x0DApplies previously set attribute values (service 0x0D).
Get_Attribute_Single0x0EReads a single attribute (service 0x0E).
Set_Attribute_Single0x10Writes a single attribute (service 0x10).
Find_Next_Object_Instance0x11Finds the next existing object instance (service 0x11).
Error_Response0x14Indicates an error response (service 0x14).
Restore0x15Restores saved attribute values (service 0x15).
Save0x16Saves current attribute values to non-volatile storage (service 0x16).
NOP0x17No-operation service (service 0x17).
Get_Member0x18Reads a member of a structured attribute (service 0x18).
Set_Member0x19Writes a member of a structured attribute (service 0x19).
Insert_Member0x1AInserts a member into a structured attribute (service 0x1A).
Remove_Member0x1BRemoves a member from a structured attribute (service 0x1B).
GroupSync0x1CSynchronizes a group of devices (service 0x1C).