public class CosemMethodDescriptorsCollection| CosemMethodDescriptorsCollection | Initializes a new instance of class. |
| CurrentIndex | Index of currently proccessed method. |
| MethodDescriptorsCount | Count of methods. |
| GetNextMethodsForActionRequestWithDataBlock | Gets array of methods for creating action-request-with-list-with-first-block so it fits in single APDU. Starts from method on CurrentIndex position. |
| GetNextMethodsForActionRequestWithList | Gets array of method descriptors for creating action-request-with-list so it fits in single APDU. Starts from method on CurrentIndex position. |
| CheckIfDataWillFitIntoOneActionRequest | Checks if the request can be send as normal request or collection of normal requests with list according to maxPDUsize and the lenght of the attributes and values |