struct ApplicationEPStructAn app along with its corresponding endpoint.
- 
                  
                  The app ID. DeclarationSwift let application: Matter.ApplicationLauncherTrait.ApplicationStruct
- 
                  
                  The endpoint. DeclarationSwift let endpoint: UInt16?
- 
                  
                  Creates a new Struct instance using data read from the given TraitDecoder.Throws HomeError.parseErrorwhen parsing fails.DeclarationSwift init(decoder: TraitDecoder) throwsParametersdecoderThe raw data representing this Struct. 
- 
                  
                  Writes this Struct to the given TraitEncoder. ThrowsHomeError.parseErrorif the data could not be encoded.DeclarationSwift func encode(with encoder: TraitEncoder) throws
- 
                  
                  Returns the field corresponding to the given field ID. DeclarationSwift static func structField(id: UInt32) -> (any Field)?