The Component type exposes the following members.

Methods

  NameDescription
Public methodStatic memberComponentTypeOf
Get component type of component with specified CID.
Protected methodStatic memberCopyCidByte
Copy CID into byte array at position start.
Public methodCreate
Create this component within card. Before calling this the attributes and component data should be set. Further the component must be constructed with component name not with CID. CID is assigned by BasicCard once created.
Protected methodCreateAttributes
Create matching component attributes.
Public methodDelete
Delete this component from card.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCidNoCommsException
Same as Cid property but instead of throwing an exception, -1 is returned
Public methodGetComponentNameNoCommsException
Same as ComponentName property but instead of throwing an exception, null is returned.
Public methodGetComponentTypeNoCommsException
Same as ComponentType property but instead of throwing an exception, ComponentType.Unknown is returned.
Protected methodGetDataBytes
Override this if data bytes must be different for create operation.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReadAttrBytes
Read component attributes.
Public methodReadAttributes
Read component attributes from card.
Protected methodStatic memberReadCidByte
Read CID (or other 16bit value) from byte array source at start position.
Public methodReadData
Read component data.
Protected methodReadDataBytes
Read data bytes.
Public methodResetCache
Remove all cached informations read from card.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWriteAttrBytes
Write component attributes.
Public methodWriteAttributes()()()()
Write attributes to card.
Protected methodWriteAttributes(ComponentAttributes)
Write component attributes.
Public methodWriteData
Write component data.
Protected methodWriteDataBytes
Write data bytes.

See Also