Function mteTaggedFrame [src]
Prototype
pub fn mteTaggedFrame(self: CommonInformationEntry) bool
Parameters
self: CommonInformationEntry
Source
pub fn mteTaggedFrame(self: CommonInformationEntry) bool {
for (self.aug_str) |c| if (c == 'G') return true;
return false;
}